home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Languages Suite
/
ProgramD2.iso
/
Database Designers
/
Rational Rose 2000
/
Rational Setup.EXE
/
common
/
lib
/
open2.pl
< prev
next >
Wrap
Perl Script
|
1999-01-25
|
197b
|
13 lines
# This is a compatibility interface to IPC::Open2. New programs should
# do
#
# use IPC::Open2;
#
# instead of
#
# require 'open2.pl';
package main;
use IPC::Open2 'open2';
1